Skip to content

add a bunch of missing transports#379

Merged
FIrgolitsch merged 25 commits intoSkretzo:masterfrom
rmobis:rmobis/new-transports
Apr 5, 2026
Merged

add a bunch of missing transports#379
FIrgolitsch merged 25 commits intoSkretzo:masterfrom
rmobis:rmobis/new-transports

Conversation

@rmobis
Copy link
Copy Markdown

@rmobis rmobis commented Mar 15, 2026

This PR includes a few new transports from the long list I collect of missing transports:

  • Lumbridge Castle Basement Goblins
  • Pre-quest Mountain Camp shortcut
  • Seers' Village Teleport spell (after hard diary)
  • Elemental Workshop
  • Piscatoris Falconry Area
  • Trollweiss Mountain Sled
  • Shadow Dungeon
  • Piscatoris Fishing Colony
  • Sorcerer's Tower
  • Cam Torum entrance
  • Observatory Dungeon (+ fix requirements for the grapple shortcut)
  • Shilo Village Gem Mine
  • Corsair Cove Dungeon
  • Myths' Guild
  • Also renames Cook's Guild to Cooking Guild in Skills Necklace, as that's the in-game name for the teleport option

@rmobis rmobis force-pushed the rmobis/new-transports branch 4 times, most recently from 15f5764 to 880accb Compare March 15, 2026 04:34
@rmobis rmobis force-pushed the rmobis/new-transports branch 3 times, most recently from 5feca18 to e975eb1 Compare March 15, 2026 04:38
@rmobis rmobis force-pushed the rmobis/new-transports branch from e8ffa2c to 6560bb5 Compare March 16, 2026 04:57
@rmobis rmobis force-pushed the rmobis/new-transports branch from 87e59dc to 79e7763 Compare March 16, 2026 04:59
@rmobis rmobis force-pushed the rmobis/new-transports branch from ef1b6ae to 81d6b18 Compare March 16, 2026 05:03
@mpickering
Copy link
Copy Markdown

Preview of the new coordinates: mpickering#9 (comment)

I wonder if the coordinates for the mines transport are slightly wrong?

@rmobis
Copy link
Copy Markdown
Author

rmobis commented Mar 31, 2026

Preview of the new coordinates: mpickering#9 (comment)

I wonder if the coordinates for the mines transport are slightly wrong?

They seem to be correct, I even tested a few paths back then.

{A14CFB06-4ED7-4BD9-BFAE-65C1F76F8DCC} {5D952195-2DD4-4505-A098-8B33D665BF47}

@rmobis rmobis force-pushed the rmobis/new-transports branch from 671009f to abbab5c Compare April 2, 2026 04:10
@FIrgolitsch
Copy link
Copy Markdown
Collaborator

It would be nice if you could just write the names rather than numeric identifiers!

This is possible for some items, but they have to be listed in ItemVariations.java (it's a side product of that functionality).

Looks good @rmobis ! Do you have anything else you wanted to add (as your last commit was two days ago), or can I start reviewing and merging?

@rmobis
Copy link
Copy Markdown
Author

rmobis commented Apr 3, 2026

It would be nice if you could just write the names rather than numeric identifiers!

This is possible for some items, but they have to be listed in ItemVariations.java (it's a side product of that functionality).

Looks good @rmobis ! Do you have anything else you wanted to add (as your last commit was two days ago), or can I start reviewing and merging?

@FIrgolitsch Feel free to review. I have some other stuff I want to work on, but I'll create a separate branch and PR for those in the future.

@FIrgolitsch
Copy link
Copy Markdown
Collaborator

Alright! I'll have an in-depth look sometime this weekend!

@rmobis rmobis force-pushed the rmobis/new-transports branch from abbab5c to 70df11b Compare April 3, 2026 21:32
@rmobis
Copy link
Copy Markdown
Author

rmobis commented Apr 3, 2026

I've updated the PR to resolve the conflicts

@FIrgolitsch FIrgolitsch force-pushed the rmobis/new-transports branch 2 times, most recently from a79edc0 to 6fcca99 Compare April 5, 2026 01:35
@FIrgolitsch FIrgolitsch self-requested a review April 5, 2026 01:43
Copy link
Copy Markdown
Collaborator

@FIrgolitsch FIrgolitsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

3246 9646 0 3313 9613 0 Mines Dartog 7301 Death to the Dorgeshuun 8 Mines
3246 9646 0 3232 9610 0 Cellar Dartog 997 Death to the Dorgeshuun 8 Cellar

# Elemental Workshop (you don't actually need to complete the quest, but I don't know which VarBit to check)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this can be simplified by just adding the battered key to the item requirements. It’s an untradable item which is fully tied to the quest to obtain it for the first time.

@rmobis
Copy link
Copy Markdown
Author

rmobis commented Apr 5, 2026

Actually, this can be simplified by just adding the battered key to the item requirements. It’s an untradable item which is fully tied to the quest to obtain it for the first time.

Will that work with the steel key ring?

Edit: Also, only the door requires the key, not the stairs

@FIrgolitsch FIrgolitsch force-pushed the rmobis/new-transports branch from 08d2fd5 to ed5f7c9 Compare April 5, 2026 01:58
@FIrgolitsch
Copy link
Copy Markdown
Collaborator

I added it to everything as a way to make sure it's there, but you're right, only the door needs it. Good point about the steel ring, lemme quickly check how that works internally.

@FIrgolitsch
Copy link
Copy Markdown
Collaborator

Added the steel key ring to the requirements as well. At the moment it assumes that the key is on the ring as there's currently not a way to check what the contents of the ring are. It would either require some caching or varbit checks, but that requires some more in depth work.

@rmobis
Copy link
Copy Markdown
Author

rmobis commented Apr 5, 2026

No problem, I think this is a good compromise. I might take a look at that at some point.

@FIrgolitsch FIrgolitsch force-pushed the rmobis/new-transports branch from aa5b019 to d805f97 Compare April 5, 2026 02:09
@FIrgolitsch
Copy link
Copy Markdown
Collaborator

I expect that one to be difficult as all these items seem to be hard to interact with programmatically.

Anyway, looks good otherwise, thanks! I'll merge it right away,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants